home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / WINNC32.EX_ / WINNC32.EX / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1997-06-16  |  1KB  |  54 lines

  1. object Form6: TForm6
  2.   Left = 251
  3.   Top = 169
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'System Info'
  7.   ClientHeight = 158
  8.   ClientWidth = 315
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = starten
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button: TButton
  18.     Left = 120
  19.     Top = 120
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'Start'
  23.     ParentShowHint = False
  24.     ShowHint = False
  25.     TabOrder = 0
  26.     OnClick = ButtonClick
  27.   end
  28.   object Grid: TStringGrid
  29.     Left = 4
  30.     Top = 8
  31.     Width = 305
  32.     Height = 105
  33.     Color = clWhite
  34.     ColCount = 2
  35.     Ctl3D = True
  36.     DefaultColWidth = 150
  37.     DefaultRowHeight = 16
  38.     Enabled = False
  39.     FixedCols = 0
  40.     RowCount = 8
  41.     Font.Color = clBlack
  42.     Font.Height = -8
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSizing, goColSizing, goRowMoving, goColMoving, goEditing, goTabs, goAlwaysShowEditor, goThumbTracking]
  46.     ParentCtl3D = False
  47.     ParentFont = False
  48.     ParentShowHint = False
  49.     ScrollBars = ssNone
  50.     ShowHint = False
  51.     TabOrder = 1
  52.   end
  53. end
  54.